home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 7 / pascal / read.me < prev    next >
Encoding:
Text File  |  1986-03-19  |  3.7 KB  |  131 lines

  1. AESVDI.DOC
  2.  
  3.     Keywords: PER_PASCAL OSS DOC AES VDI TUTORIAL
  4.     
  5.     Documentation of how to make AES and VDI calls from Personal Pascal.
  6.     Methods are discussed, examples given, but to appreciate all of this you
  7.     will probably need the ABACUS book on AES and VDI.   Or COMPUTE!'s book
  8.     will give you VDI (only) info. Note: methods discussed here are the same as
  9.     those we used in creating the P.P library!
  10.     
  11.     
  12. CHAR.DOC
  13.  
  14.     Keywords: PER_PASCAL OSS DOC MAKE_CALLS TUTORIAL
  15.     
  16.     Documentation of how to perform character-oriented GEMDOS and BIOS calls.
  17.     Examples are given, warnings made.   Read INTRO.DOC first.   Buy the ABACUS
  18.     book on ST INTERNALS.
  19.     
  20.     
  21. COPY.PAS
  22.  
  23.     Keywords: PER_PASCAL COPY TUTORIAL OSS
  24.     
  25.     A Personal Pascal demo program. Copies one file to another.   Not
  26.     sophisticated, but it works. Shows use of GEMDOS calls, etc.
  27.     
  28.     
  29. DIRLIST.PAS
  30.  
  31.     Keywords: PER_PASCAL TUTORIAL DIR OSS
  32.     
  33.     A Personal Pascal demo program. Shows how to read a TOS directory from
  34.     Pascal. Compile and link for TOS--does not use GEM (shame on us).
  35.     
  36.     
  37. EXAMPL.PAS
  38.  
  39.     Keywords: OSS PERSONAL PASCAL EXAMPLE
  40.     
  41.     Got tired of waiting for OSS to release their examples, so here's one of
  42.     mine. Shows how to do printer, disk, and console i/o.  Basically worthless,
  43.     but at least it works.
  44.     
  45.     
  46. FILE.DOC
  47.  
  48.     Keywords: PER_PASCAL OSS DOC TUTORIAL GEMDOS_CALLS
  49.     
  50.     Documention of how to make file-oriented GEMDOS calls from Personal Pascal.
  51.     Examples are given, caveats made, but you probably need the ABACUS book on
  52.     ST INTERNALS, also.   Read INTRO.DOC first.
  53.     
  54.     
  55. INTRO.DOC
  56.  
  57.     Keywords: PER_PASCAL OSS DOC BIOS_CALLS
  58.     
  59.     First part of documentation on how to make BIOS, XBIOS, and GEMDOS calls
  60.     from Personal Pascal.
  61.     
  62.     
  63. PASACC.DOC
  64.  
  65.     Keywords: PER_PASCAL OSS DESK.ACC DOC TUTORIAL
  66.     
  67.     Documentation AND example program showing how to create a desk accessory
  68.     using Personal Pascal.   It's easier than you think!   Try it!
  69.     
  70.  
  71. PASEXA.PRG
  72.  
  73.     Keywords: OSS PERSONAL PASCAL EXAMPLE
  74.     
  75.     This is the compiled version of EXAMPLE.PAS. See what it does before 
  76.     you compile it.
  77.     
  78.     
  79. PASFIX.PAS 
  80.  
  81.     Keywords: PER_PASCAL OSS UPDATE PATCH
  82.     
  83.     SPECIAL FOR PERSONAL PASCAL OWNERS!
  84.     This program patches older versions of Personal Pascal (versions 1.00 &
  85.     1.01) to match the current released version (1.02).   Makes it easy to get
  86.     up to date.
  87.     
  88.  
  89. PASNOTES.DOC
  90.  
  91.     These are notes from the OSS BSS message file. More documentation for
  92.     Pascal hungry programmers.  Included is a list of bugs in OSS Pascal.
  93.  
  94.     
  95. PORT.DOC
  96.  
  97.     Keywords: PER_PASCAL OSS DOC TUTORIAL CONFIG_PORT
  98.     
  99.     Documentation of how to set printer and RS-232 port configurations on ST
  100.     from Personal Pascal.   Uses XBIOS/BIOS calls.   For more detail, though,
  101.     see ABACUS book on ST INTERNALS. Read INTRO.DOC first.
  102.  
  103.     
  104. SOUNDDEM.PAS
  105.  
  106.     A demonstration program which uses the XBIOS calls to access the sound 
  107.     chip.
  108.  
  109.  
  110. STRVAL.PAS
  111.  
  112.     A demonstration program which shows how the STR and the VAL procedures
  113.     work in OSS Pascal.
  114.  
  115.  
  116. TIME.DOC
  117.  
  118.     Keywords: PER_PASCAL OSS DOC TUTORIAL TIME DATE
  119.     
  120.     Documentation of how to access ST time and date functions from Personal
  121.     Pascal. Shows both GEMDOS and XBIOS forms.   See also the ABACUS book on ST
  122.     INTERNALS. Read INTRO.DOC first.
  123.     
  124.     
  125. TSIZE.PAS
  126.  
  127.     Keywords: PER_PASCAL OSS TUTORIAL TEXT_CHAR
  128.     
  129.     A Personal Pascal demo program. Shows how to find current text character
  130.     height and/or change it. (Read AESVDI.DOC first!)
  131. ə